Content Library FindSpec

Content Library FindSpec
Content Library FindSpec

Specifies the properties that can be used as a filter to find libraries. When multiple properties are specified, all properties of the library must match the specification.

JSON Example
{
    "name": "string",
    "type": "string",
    "storage_backing": {
        "type": "string",
        "datastore_id": "string",
        "storage_uri": "string"
    }
}
string
name
Optional

Name of the library to search. The name is case-insensitive. See Content LibraryModel.name.

If not specified any name will be searched.

string
type
Optional

Library type to search. See Content LibraryModel.type.

For more information see: Content LibraryModel LibraryType.

If not specified any library type will be searched.

storage_backing
Optional

Library StorageBacking to search. See Content Library StorageBacking.

This property was added in vSphere API 9.0.0.0.

If not specified any storage backing will be searched.